home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 2.iso / mac / data / Selden.dir / 00009_Script_To Courtyard from Room < prev    next >
Text File  |  2001-03-05  |  180b  |  12 lines

  1. on mouseDown
  2.   global preRo, preRx
  3.   cursor 4
  4.   if the frameLabel = "Ro" then
  5.     goto preRo
  6.   else
  7.     goto preRx
  8.   end if
  9.   GenEnterCtyd
  10.   dontpassEvent
  11.   cursor 0
  12. end